Keycloak REST Services 1.3.1.Final

Path: / admin / realms / {realm} / identity-provider / providers / {provider_id}

Path parameters:
realm - realm name (not id!)
provider_id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/identity-provider/providers/{provider_id} 

Method Detail

GET /admin/realms/{realm}/identity-provider/providers/{provider_id}

HTTP Example:
GET /admin/realms/{realm}/identity-provider/providers/{provider_id}
API Example:

IdentityProvidersResource.getIdentityProviders({'realm': /* name realm name (not id!) */,
  'provider_id': …});

Output:
Response
Produces:
application/json

Keycloak REST Services 1.3.1.Final